home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr52 / 5333de.zip / 5333.ISD < prev    next >
Text File  |  1993-04-03  |  1KB  |  27 lines

  1. We have caught a monster.  My company recompiled our software from S87
  2. to 5.01 but the new versons suffer intermitant crashes, either locking
  3. up or giving an internal error excuse.
  4.  
  5. The rates increase and descrease with different system boards.   We
  6. were afraid that Taiwanese PC platforms were the main cause.  Even a
  7. virus has been a suggested.  But now we have a monster in a bottle and
  8. it shows that the trouble is not hardware and not a virus.
  9.  
  10. The clipper code and variations are attached.  It seems that repeated
  11. opening, searching and closing a file crashes after a few thousand
  12. loops.  Adjusting the code slightly changes the longevity.  Moving the
  13. "use" outside the loop solved the problem.
  14.  
  15. The little program has been fixed.  However, we have several other
  16. programs which continue to crash, and they are 25,000 lines long.
  17. The general problem is a memory management related crash after
  18. several successful iterations.
  19.  
  20. For example, one of our customers averages one crash per day.  Screen
  21. captures show four different lines are involved, all of them
  22. "USE (P1)".  They all call "DBUSEAREA(0)" and lead to a salad bar of
  23. internal errors, but mostly "memory low", 5333, 670, 666.
  24.  
  25. What is going on here?  Is it documented?  Are there workarounds?
  26.  
  27.